mysqldump skip-lock-tables

During dump the database for backups this morning, I face some LOCK TABLES annoying problem. Dealt with this before but nothing came up from memory. {code}[root@www tempbup]# mysqldump -uroot -p axioo9 > axioo9.sql Enter password: mysqldump: Got error: 29: File ‘./axioo9/traveler_comprofiler_lists.MYD’ not found (Errcode: 24) when using LOCK TABLES {/code} At first I thought this … Continue reading mysqldump skip-lock-tables